home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
dev
/
misc
/
AWNP_2-39.lha
/
AWNP
/
AWNP-Docs
/
integer.doc
< prev
next >
Wrap
Text File
|
1999-07-18
|
2KB
|
112 lines
Integer gadget event
-------------------------
'gadget GID integer_value'
Integer gadget parameters.
-------------------------
font=GID
This sets the font for the gadget. The GID points to an ALREADY defined text attribute.
TabCycle (tc)
This gadget can be activated using the tab key.
close (c)
This gadget will close the window when selected by the user.
readonly (ro)
This gadget is read only.
disable=number (dis=)
The gadget is disabled if number = 0 , enabled if number != 0. Defaults to enabled.
arrows (a)
Switch to display up/down arrows for this gadget.
minchars=number (minc=)
Minimum number of character/digits in this gadget.
Defaults to 5.
maxchars=number (maxc=)
Maximum number of character/digits in this gadget.
Defaults to 10.
minnumber=number (minn=)
Minimum value for this gadget. Defaults to 0.
maxnumber=number (maxn=)
Maximum value for this gadget. Defaults to 32768.
defnumber=number (defn=)
Value for this gadget when window is opened. Defaults to 1.
leftjustify (lj)
centerjustify (cj)
Set the justification of the text for the gadget. Defaults to rightjustify.
minwidth=number (minw=)
Set the minimum width for this gadget
minheight=number (minh=)
Set the minimum height for this gadget
weightedwidth=number (weiw=)
Set the weighted width for this gadget
weightedheight=number (weih=)
Set the weighted height for this gadget
nominalsize (noms)
Set this gadget to its nominal size.
tags="tags|data[|tag|data...]|0
A list of tag and value pairs in HEX. Do not forget the trailing null !
childlabel (chl) childlabelr (chlr)
Use the previously defined image as a childlabel for this gadget. Display the childlabel to the right or left of the gadget.
replace=GID
Use this gadget to replace an existing gadget specified by GID.
Definition Reply
-----------------
When the gadget creation is successful the pipe replies
with
'ok GID'
Integer gadget modify parameters.
-------------------------
disable=number (dis=)
The gadget is disabled if number = 0 , enabled if number != 0.
defnumber=number (defn=)
Set the value for this gadget.